Note: This dashboard contains the results of a predictive model. The author has tried to make it as accurate as possible. But the COVID-19 situation is changing quickly, and these models inevitably include some level of speculation.

Outstanding Cases by Geography

The chart below shows the total predicted number of outstanding cases, i.e. number of individuals who are still currently ill.

The chart also represents the reported case fatality rate (CFR) via the color of the country, which is heavily biased by the amount of testing which is performed in each country.

Tip: Change the scale of the y axis with the toggle button and hover over chart areas for more details.

The table below shows summary statistics for the last 7 days. $Oustanding = Confirmed - Deaths - Recovered$.

Confirmed Deaths Est. Recoveries Outstanding
2022-03-28 483224664 6128559 445594187 31501918
2022-03-29 484974959 6133312 447348090 31493557
2022-03-30 486564715 6138350 449082149 31344216
2022-03-31 488439223 6143147 450833106 31462970
2022-04-01 489610141 6148594 452585603 30875944
2022-04-02 490665473 6151255 454338076 30176142
2022-04-03 491442894 6152898 456096818 29193178

Percent of Global Total

This next chart shows the number of outstanding cases as a percent of the total confirmed global cases. Only countries representing a significant contribution to global totals are shown.

Tip: Hover over chart areas for more details.

Appendix: Methodology of Predicting Recovered Cases

John Hopkin's University's (JHU) dataset initially reported recovered cases but has since discontinued this, however estimating the recovery duration and extrapolating for current cases should be possible from this original data.

For the time being (I hope to draw from other discussions of this topic), I will use an empirically derived formula from the limited data available from JHU:

$$R_{n} = R_{n-1} + (C_{n-9} - R_{n-1})*0.07$$

Where $R_{n}$ is the total number of recovered cases on day $n$, and $C_{n}$ is the total number of confirmed cases on day $n$.

What it implies is that on a given day, of the cases which were first reported 9 days previously 7% of those cases would have either recovered or passed away. After 16 days therefore 49% of cases would have recovered or passed away and after 23 days 98% of cases would have recovered or passsed away.

This formula is only being used to predict the number of recoveries from the time that JHU's data is not available. We can compare the results of this formula to the existing data from JHU to show the level of fit. This can be seen in the following 2 graphs.